home *** CD-ROM | disk | FTP | other *** search
- ## murder_test.tg
- # Part of the standard regression tests, this script tests the code that keeps jobs
- # in the call chain from getting deleted.
- # Expected results:
- # a friendly message that the job is active and cannot be deleted.
- # See Also: suicide_test.tg
-
- # parent job
- {
- -start
- -name LOADER!
- -action -call KILLER!
- }
-
- # test killing the parent
- {
- -name KILLER!
- -action -print Killing LOADER!
- -action -kill LOADER!
- }
-
-
-